Click or drag to resize

ServiceSyncFolders Method

Overload List
  NameDescription
Public methodSyncFolders
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
Public methodSyncFolders(String)
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
Public methodSyncFolders(FolderId)
Synchronizes the subfolders of a specific folder.
Public methodSyncFolders(FolderShape)
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
Public methodSyncFolders(IListPropertyPath)
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
Public methodSyncFolders(StandardFolder)
Synchronizes the subfolders of a specific folder.
Public methodSyncFolders(FolderId, FolderShape)
Synchronizes the subfolders of a specific folder.
Public methodSyncFolders(FolderId, IListPropertyPath)
Synchronizes the subfolders of a specific folder.
Public methodSyncFolders(FolderId, String)
Synchronizes the subfolders of a specific folder.
Public methodSyncFolders(FolderShape, String)
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
Public methodSyncFolders(IListPropertyPath, String)
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
Public methodSyncFolders(StandardFolder, FolderShape)
Synchronizes the subfolders of a specific folder.
Public methodSyncFolders(StandardFolder, IListPropertyPath)
Synchronizes the subfolders of a specific folder.
Public methodSyncFolders(StandardFolder, String)
Synchronizes the subfolders of a specific folder.
Public methodSyncFolders(FolderId, FolderShape, String)
Synchronizes the subfolders of a specific folder.
Public methodSyncFolders(FolderId, IListPropertyPath, String)
Synchronizes the subfolders of a specific folder.
Public methodSyncFolders(StandardFolder, FolderShape, String)
Synchronizes the subfolders of a specific folder.
Public methodSyncFolders(StandardFolder, IListPropertyPath, String)
Synchronizes the subfolders of a specific folder.
Top
See Also